From 1fb2d074d63ae0b332c7f77633d5a8d6a52543d7 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Wed, 16 Jun 1993 21:19:06 +0000 Subject: [PATCH] * frame.c (store_frame_param): Fix error message punctuation. --- src/frame.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frame.c b/src/frame.c index 006e4dec781..9a865c379d6 100644 --- a/src/frame.c +++ b/src/frame.c @@ -1062,7 +1062,7 @@ store_frame_param (f, prop, val) error ("Surrogate minibuffer windows must be minibuffer windows."); if (FRAME_HAS_MINIBUF_P (f) || FRAME_MINIBUF_ONLY_P (f)) - error ("Can't change the surrogate minibuffer of a frame with its own minibuffer."); + error ("can't change the surrogate minibuffer of a frame with its own minibuffer"); /* Install the chosen minibuffer window, with proper buffer. */ f->minibuffer_window = val; -- 2.30.2